repo.or.cz
/
windows-sources.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added SSCLI 1.0
[windows-sources.git]
/
sdk
/
samples
/
all in on code
/
Visual Studio 2008
/
CppSTLCLRBasics
/
CppSTLCLRBasics.cpp
blob
60578b3b27ae253010654c0f9e522e2ae3416887
1
// CppSTLCLRBasics.cpp : main project file.
2
3
#include
"stdafx.h"
4
5
using namespace
System
;
6
7
int
main
(
array
<
System
::
String
^> ^
args
)
8
{
9
Console
::
WriteLine
(
L
"Hello World"
);
10
return
0
;
11
}